Previous topicNext topic
Help > Keyword Reference >
TXT.END method

Syntax

TXT.END

Remarks

The Text Window currently attached to your program is destroyed and detached from the process. No errors are generated, even if no Text Window is currently attached.

 

TXT.INKEY$

Syntax

TXT.INKEY$ TO InkeyVar$

InkeyVar$ = TXT.INKEY$

Remarks

Reads a keyboard character if one is ready. TXT.INKEY$ returns a string of 0 or 1 characters that reflects the status of the keyboard buffer for the current text window. A null string (LEN=0) means that the buffer is empty - no key was pressed.

A string length of one means that a standard key was pressed and the string contains the character. A value between 1 and 31 indicates a control code.

TXT.INKEY$ only processes standard characters. Extended keys, like function keys and the insert key, are ignored.